home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 June / Software of the Month Club 1998 June.iso / mac / Business / Hi's Universal Saver / Dialog Director v0.6 / Examples / Sys Folder.as < prev    next >
Encoding:
Text File  |  1998-04-13  |  273 b   |  5 lines  |  [TEXT/ToyS]

  1. set lbItems to list folder (path to system folder) without invisibles
  2. set dItems to [{class:list box, bounds:[10, 10, 210, 172], contents:lbItems}, ┬
  3.     {class:push button, bounds:[150, 190, 210, 210], name:"OK", enabled:1}]
  4.  
  5. dd auto dialog {size:[220, 220], contents:dItems}